@charset "utf-8";
.main {
	width: 1000px;
	margin:0 auto;
	padding: 0;
	overflow: hidden;
}
/*产品展示*/
.main1f {
	height:325px;
	overflow: hidden;
	margin-bottom: 12px;
}
.lmtit {
	height: 25px;
	overflow: hidden;
}
.lmtit h1{
	line-height: 25px;
	font-family: "微软雅黑";
	color: #282828;
	font-size: 14px;
	background: url(../images/a1.jpg) no-repeat left center;
	padding-left: 25px;
	float: left;
}
.lmtit h1 span{
	display: inline-block;
	font-size: 10px;
	color: #ea0000;
}
.lmtit a {
	display: inline-block;
	float: right;
	line-height: 25px;
	background: url(../images/more.jpg) no-repeat center;
	height: 25px;
	width: 16px;
}
/*关于我们*/
.aboutus {
	width: 495px;
	height: 325px;
	overflow: hidden;
}
.about {
	width: 473px;
	height: 255px;
	padding: 20px 10px;
	border:1px solid #cecece;
	overflow: hidden;
}
.aboutcon {
	overflow: hidden;
}
.aboutcon img {
	float: left;
    margin-right: 8px;
}
.aboutcon p {
	text-align: left;
	font-family: "微软雅黑";
	color: #000;
	font-size: 12px;
	line-height: 25px;
}
.aboutcon a {
	display: inline-block;
	color: #003e7c;
	font-size: 12px;
}
.aboutcon a:hover {
	color: #ea0000;
}
.aboutnav {
	height: 40px;
	margin:15px 0;
}
/*资质新闻*/
.m1right {
	width: 235px;
	height: 325px;
	overflow: hidden;
	margin-left: 15px;
}
.honor,.cmnews {
	width: 233px;
	height: 156px;
	border:1px solid #bfbfbf;
}
.slideBox{ width:231px; height:128px; overflow:hidden; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#93c4e8;color: #fff; cursor:pointer; }
.slideBox .hd ul li.on { background:#278ad2; color:#fff; }
.slideBox .honorlist{ position:relative; height:100%; z-index:0;   }
.honorlist p {
	width:231px;
	height: 128px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
} 
.honorlist p img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
	max-height: 100%;
}


/*新闻中心*/
.cmnews {
	margin-top: 5px;
}
.news {
	padding: 15px 10px;
	overflow: hidden;
}
.news li {
	height: 25px;
	line-height: 25px;
}
.news li h1 {
	height: 25px;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #282828;
	font-weight: normal;
}
.news li span {
	display: block;
	font-size: 12px;
	font-family: "微软雅黑";
	color: #999;
}
.news li:hover h1,.news li:hover span {
	color: #0162ae;
}
/*产品中心*/
.main2f {
	height: 345px;
	overflow: hidden;
}
.main2f .lmtit h1 {
	background: url(../images/a3.jpg) no-repeat left center;
} 
.products {
	width: 718px;
	height: 280px;
	padding: 15px;
	border:1px solid #bfbfbf;
	overflow: hidden;
}
.products .bd ul{ 
	overflow:hidden;
	zoom:1; 
	width:145px;
	float:left;
	 _display:inline; 
}
.products li {
	width: 136px;
	height: 136px;
	border:1px solid #989898;
	margin:5px;
	overflow: hidden;
	float: left;
}
.products li div {
	width:136px;
	height: 136px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.products li div img {
	vertical-align:middle;
	transition-duration:0.6s;
	max-width: 100%;
	max-height: 100%;
}
.products li:hover img {
	transition: 1s;
	transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);   	/* IE 9 */
	-moz-transform:scale(1.1,1.1);  	/* Firefox */
	-webkit-transform:scale(1.1,1.1);   /* Safari å’Œ Chrome */
	-o-transform:scale(1.1,1.1);  
}
.products li:hover{
	border:1px solid #3f97d7;
}
/*联系我们*/
.mainright {
	width: 200px;
	height: 460px;
	padding: 15px 10px;
	overflow: hidden;
	background: url(../images/map.jpg) no-repeat bottom center #f4f4f4;
}
.mainright .lmtit {
	margin-bottom: 0px;
	box-shadow:none;
}
.mainright .lmtit h1 {
	background: url(../images/a4.jpg) no-repeat left center;
}
.contact p {
	color: #010101;
	font-size: 12px;
	line-height: 25px;
}
